Toml Config Value by Name (Go)

I use https://github.com/BurntSushi/toml for parsing the configuration file. Because the library use the struct type for the configuration variable, we have to access the struct fields with a dot to get a value. But I want to do it dynamically. I want to create a function that receive a string type key and return the … Continue reading Toml Config Value by Name (Go)